Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService--listener

This contribution is part of XML component org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerService inside nuxeo-platform-htmlsanitizer-9.10.jar /OSGI-INF/htmlsanitizer-service.xml

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <description>
          Listener that runs (very early) the HTML Sanitizer.
        </description>

    Listener that runs (very early) the HTML Sanitizer.

  • <listener async="false" class="org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerListener" name="htmlsanitizerlistener" postCommit="false" priority="-10">
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
    <description>
      Listener that runs (very early) the HTML Sanitizer.
    </description>
    <listener async="false" class="org.nuxeo.ecm.platform.htmlsanitizer.HtmlSanitizerListener" name="htmlsanitizerlistener" postCommit="false" priority="-10">
    </listener>
  </extension>